[INFO] cloning repository https://github.com/CodeLinaro-mirror/la_platform_tools_rootcanal
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/CodeLinaro-mirror/la_platform_tools_rootcanal" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCodeLinaro-mirror%2Fla_platform_tools_rootcanal", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCodeLinaro-mirror%2Fla_platform_tools_rootcanal'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] fff26b87a3db4f4b8c6606373704f12ae9243dd8
[INFO] checking CodeLinaro-mirror/la_platform_tools_rootcanal against master#f28ac764c36004fa6a6e098d15b4016a838c13c6 for pr-158320
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCodeLinaro-mirror%2Fla_platform_tools_rootcanal" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/CodeLinaro-mirror/la_platform_tools_rootcanal
[INFO] finished tweaking git repo https://github.com/CodeLinaro-mirror/la_platform_tools_rootcanal
[INFO] tweaked toml for git repo https://github.com/CodeLinaro-mirror/la_platform_tools_rootcanal written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/CodeLinaro-mirror/la_platform_tools_rootcanal on toolchain f28ac764c36004fa6a6e098d15b4016a838c13c6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f28ac764c36004fa6a6e098d15b4016a838c13c6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/CodeLinaro-mirror/la_platform_tools_rootcanal already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f28ac764c36004fa6a6e098d15b4016a838c13c6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded pdl-runtime v0.3.2
[INFO] [stderr]   Downloaded pest_generator v2.7.14
[INFO] [stderr]   Downloaded pest_derive v2.7.14
[INFO] [stderr]   Downloaded pest_meta v2.7.14
[INFO] [stderr]   Downloaded pest v2.7.14
[INFO] [stderr]   Downloaded pdl-compiler v0.3.3
[INFO] [stderr]   Downloaded libc v0.2.165
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 3117b2ff3c6c9b730c982402ba81d96534bdecda02bb08ee7606d348c6751aad
[INFO] running `Command { std: "docker" "start" "3117b2ff3c6c9b730c982402ba81d96534bdecda02bb08ee7606d348c6751aad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3117b2ff3c6c9b730c982402ba81d96534bdecda02bb08ee7606d348c6751aad" "/opt/rustwide/cargo-home/bin/cargo" "+f28ac764c36004fa6a6e098d15b4016a838c13c6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3117b2ff3c6c9b730c982402ba81d96534bdecda02bb08ee7606d348c6751aad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3117b2ff3c6c9b730c982402ba81d96534bdecda02bb08ee7606d348c6751aad" "/opt/rustwide/cargo-home/bin/cargo" "+f28ac764c36004fa6a6e098d15b4016a838c13c6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.11
[INFO] [stderr]    Compiling thiserror v1.0.50
[INFO] [stderr]    Compiling serde v1.0.193
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]    Compiling libc v0.2.165
[INFO] [stderr]    Compiling serde_json v1.0.109
[INFO] [stderr]    Compiling itoa v1.0.14
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling ryu v1.0.18
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling num-traits v0.2.16
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling num-bigint v0.4.3
[INFO] [stderr]    Compiling paste v1.0.14
[INFO] [stderr]     Checking bytes v1.4.0
[INFO] [stderr]    Compiling codespan-reporting v0.11.1
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling num-derive v0.3.3
[INFO] [stderr]    Compiling prettyplease v0.2.35
[INFO] [stderr]    Compiling thiserror-impl v1.0.50
[INFO] [stderr]    Compiling serde_derive v1.0.193
[INFO] [stderr]    Compiling pest v2.7.14
[INFO] [stderr]     Checking pdl-runtime v0.3.2
[INFO] [stderr]    Compiling pest_meta v2.7.14
[INFO] [stderr]    Compiling pest_generator v2.7.14
[INFO] [stderr]    Compiling pest_derive v2.7.14
[INFO] [stderr]    Compiling argh_shared v0.1.12
[INFO] [stderr]    Compiling argh_derive v0.1.12
[INFO] [stderr]    Compiling argh v0.1.12
[INFO] [stderr]    Compiling pdl-compiler v0.3.3
[INFO] [stderr]    Compiling rootcanal-rs v0.1.0 (/opt/rustwide/workdir/rust)
[INFO] [stderr] error: could not compile `rootcanal-rs` (lib test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/f28ac764c36004fa6a6e098d15b4016a838c13c6/bin/rustc --crate-name rootcanal_rs --edition=2018 rust/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=13bd82f427ace3c7 -C extra-filename=-b2a10677ac6d9881 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-f9cd86fd05f191c8.rmeta --extern num_bigint=/opt/rustwide/target/debug/deps/libnum_bigint-7125a32dd84c0d8a.rmeta --extern num_derive=/opt/rustwide/target/debug/deps/libnum_derive-de7fe41f17488273.so --extern num_integer=/opt/rustwide/target/debug/deps/libnum_integer-f08f984ddf959f50.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-9fd70495d285592d.rmeta --extern paste=/opt/rustwide/target/debug/deps/libpaste-c055e4a9762de25a.so --extern pdl_runtime=/opt/rustwide/target/debug/deps/libpdl_runtime-075284326a0a8ed2.rmeta --extern pin_utils=/opt/rustwide/target/debug/deps/libpin_utils-db1de871cd8706a6.rmeta --extern rand=/opt/rustwide/target/debug/deps/librand-e94186c91db911b5.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-730dcfa36eefc963.rmeta --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "3117b2ff3c6c9b730c982402ba81d96534bdecda02bb08ee7606d348c6751aad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3117b2ff3c6c9b730c982402ba81d96534bdecda02bb08ee7606d348c6751aad", kill_on_drop: false }`
[INFO] [stdout] 3117b2ff3c6c9b730c982402ba81d96534bdecda02bb08ee7606d348c6751aad
